home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg0809.dxr / 00809 Scripts.Int_21_Done Reading Script.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  145 b   |  11 lines

  1. global gCurLocation
  2.  
  3. on exitFrame
  4.   UtilUpdateFrame()
  5.   if soundBusy(1) then
  6.     go(the frame)
  7.   else
  8.     DoneReading(gCurLocation)
  9.   end if
  10. end
  11.